ASP Tutorial

Active Server Pages (ASP) is a server-side design environment that you can use to create engaging, real-world Web applications. An ASP page is an HTML page that contains server-side scripts that are processed by the Web server before being sent to the user's browser. Unlike conventional Common Gateway Interface (CGI) applications which are difficult to create, ASP is designed to greatly simplify the process of developing Web applications. With just of few lines of script you can add database connectivity or advanced customization features to your Web pages. In the past, you had to know PERL or C to add such functionality, but with ASP you can use ordinary Web scripting languages such as Microsoft JScript (Microsoft's implementation of the ECMA 262 language specification), Microsoft Visual Basic (VBScript), or any COM compliant scripting language, including JavaScript, PERL, and others.

Beyond ordinary scripting tasks, you can also use ASP to extend your scripts into COM components. These reusable, programmatic modules let you scale your scripts into full-fledged applications that perform complex tasks such as transaction processing for electronic commerce.

This three-module tutorial provides a step-by-step introduction to a handful of useful Active Server Pages features. You can learn how to implement these features with either VBScript or JScript.

This section contains:

This section does not contain information on:


© 1997-1999 Microsoft Corporation. All rights reserved.